html, body{
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #110f0f;
}

*{
    max-width: 100vw;
}

.container {
    position: relative; 
    width: 100%; 
    height: 100vh; 
    overflow: auto; 
}

#baner-1{

    position: absolute;
    left: 0px;
    width: 105% !important;
    top: -10%;
    height: 55%;
}

#logo-1 {

    position: relative;
    width: 190px;
    right: 0px;
    top: 30px;

}

#logo-2 {

    position: absolute;
    width: 180px;
    right: 170px;
    top: 27px;
}

#muno {
    position: fixed;
    z-index: 9;
    font-size: 30px;
    top: 25px;
    left: 45px;
    background-color: hsl(90, 100%, 50%);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    cursor:pointer;
    color: rgb(235, 229, 229);
    box-shadow: 6px 6px 10px rgba(125, 248, 2, 0.5);
}

#muno2 {

    position: fixed;
    top: 100px;
    left: -280px;
    width: 280px;
    height: 67%;
    background-color: #222;
    z-index: 1000;
    padding-top: 8%;
    box-shadow: 9px 9px 10px rgba(0,0,0,0.5);
    transition: left 0.6s ease-in-out;
}

#muno2 ul {

    list-style: none;
    margin: 0;
    padding: 0;
}

#muno2 ul li {

    border-bottom: 1px solid #444;
    border-top: 1px solid #444;


}

#muno2 ul li a {

    display: block;
    padding: 18px 25px;
    color: rgb(245, 179, 179);
    text-decoration: none;
    background-color: 0.5s;
}

#muno2 ul li a:hover {

    background-color: rgb(68, 68, 68);
    color: rgb(126, 243, 10);
    transition: 0.6s ease-in-out;
}


#img-muno {
    position: absolute;
    width: 90px;
    top: 3px;
    right: 10px;
    z-index: 1000;
}


#img-muno2 {
    position: absolute;
    width: 88px;
    top: 3px;
    left: 0;
    z-index: 1000;


}

#div-muno{

    background: #070780;
    width: 100%;
    height: 109px;
    position: absolute;
    top: 0;

}


#heder-div {

    width: 59.5%;
    height: 50px;
    position: absolute;
    background: #1f1f1f;
    left: 40%;
    top: 240px;
    border: 2px solid rgb(94, 94, 94);
    border-radius: 500px 0 0 ;
    z-index: 2;
    
}


#heder-div2 {

    width: 39%;
    height: 50px;
    position:absolute;
    background:rgb(27, 27, 27);
    left:0px;
    top: 239px;
    border: 2px solid  rgb(0, 0, 0);
    border-radius: 0 0 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}



#ul-heder {

    position: absolute;
    right: 50px;
    font-size: 18px;
    top: -3px;
    display: flex;
    margin: 0;
    padding: 0 ;
    transition: 1s;


}


#ul-heder .li-1 {

    list-style-type: none;
    margin-right: 10px;
    background-color: rgb(32, 31, 31);
    padding: 18px 15px;
    border-left: 2px solid rgb(199, 6, 238);
    transition: 0.6s ease-in-out;
    box-shadow: 5px 5px 8px hsl(0, 0%, 0%, 0.5);
    position: relative; 
    margin-left: 15px;
    top: 1px;
    height: 17.5px;

   
  

}


#ul-heder .li-1:hover {
    
    background-color: rgb(4, 110, 4);
    transition: 0.6s ease-in-out;
    border-left: 2px solid rgb(238, 6, 6);
}


#ul-heder a {
    text-decoration: none;
    color: #fff;
    

}

#ul-heder li:hover .ul-2{

    display: block;
    transition: 1s ;

   
}



.li-2 {
    padding: 5px;
    position: relative;
    top: 10px;
}

.li-2:hover{
    background-color: #20a820ce;
}

.ul-2 {
    background: #21b10e;
    width: 130px;
    height: 200px;
    position: absolute;
    list-style: none;
    right: 40px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 6px 6px 10px hsl(0, 0%, 0%);
    padding-bottom: 30px;
    margin-top: 19px;
    display: none;
    transition: 1s ;
    z-index: 999;
   
}


.li-2 a {
    white-space: nowrap; 
    display: block; 
    padding-top: 30px; 
    color: #000000;
    text-decoration: none;
    padding: 5px;
    margin: 0;
   
}

.instgram {
    position: absolute;
    left: -59.5%;
    top: -140px;
    font-size: 38px;
    z-index: 99;
    transition: 0.8s ease-in-out;

}

.instgram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.instgram-icon:hover {
    color: #f00bb7;
    transition: 0.5s ease-in-out;

}

.text-icon1 {

    display: none;
    position: absolute;
    top: 15px;
    left: 130%;
    font-size: 14px;
    background-color:#ca47a9;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.instgram:hover .text-icon1 {
    display: block;
    transition: 0.8s ease-in-out;

}

.telegram {
    position:relative;
    right: 155.5% ;
    top: -93px;
    font-size: 35px;
   
}

.telegram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.telegram-icon:hover {
    color: #0b1bf8;
    transition: 0.5s ease-in-out;

}


.text-icon2 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#4750ca;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.telegram:hover .text-icon2 {
    display: block;
    transition: 0.8s ease-in-out;

}

.youtube {
    position:relative;
    right: 154.7% ;
    top: -90px;
    font-size: 42px;
}

.youtube-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.youtube-icon:hover{
    color: #f80b0b;
    transition: 0.5s ease-in-out;

}


.text-icon3 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#ca4747;
    color: #fff;
    padding: 8px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.youtube:hover .text-icon3 {
    display: block;
    transition: 0.8s ease-in-out;

}

#p-onvaN {
    margin-right: 50px;
    margin-top: 160px;
    font-size: 20px;
    text-shadow: 8px 8px 12px hsl(0, 0%, 0%, 0.7);
    color: rgb(206, 206, 206);
    z-index: 1000;    
}

.box-time{
    position: absolute;       
    border: 1px solid rgb(23, 104, 3);
    background-color: #34ac1c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time{
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 5px;      
}

.p-time{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.div-music{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 480px;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.div-music.show, .div-music2.show, .div-music3.show, .div-music4.show,
.div-music5.show, .div-music6.show, .div-music7.show {
    opacity: 1;
    transform: translateX(0); 
}

.tarikh-1 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
}

#img-music1 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#h2-1 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #082e00;
}

#p-1 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-1 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background: #6ae751;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 255, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.a-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: rotate(50deg);
    animation: shine 3s infinite;
}

@keyframes shine {

    0% {
        
        transform: translateX(100%) translateY(-100%) rotate(50deg); }

    100% { 
        
        transform: translateX(-100%) translateY(100%) rotate(50deg); }
}

.a-1:hover {

    border: 1px solid rgb(217, 255, 0);
    background-color: #33ee04;
    transition: 0.7s ease-in-out;

}



.div-music2 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 125%;
    background-color: #ac1c1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(128, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}



.tarikh-2 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(49, 14, 14);
    text-decoration: underline;

}

.box-time2{
    position: absolute;       
    border: 1px solid rgb(104, 3, 3);
    background-color: #ac1c1c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time2{
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 5px;      
}

.p-time2{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}


#img-music2 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(43, 7, 7, 0.7);
}

#div-box2 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #912323 ;
}

#h2-2 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #350202;
}

#p-2 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-2 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background-color: #e75151;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255, 0, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
    
}

.a-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent, rgba(255, 255, 255, 0.7), transparent) ;
    transform: rotate(50deg);
    animation: shine 3s infinite;

}

.a-2:hover {

    border: 1px solid rgb(174, 0, 255);
    background-color: #ee0404;
    transition: 0.7s ease-in-out;


}


.div-music3 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 176%;
    background-color: #9b9090ce;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(56, 55, 55, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-3 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(26, 25, 25);
    text-decoration: underline;
}

.box-time3{
    position: absolute;       
    border: 1px solid rgb(27, 26, 26);
    background-color: #797575;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time3{
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 5px;      
}

.p-time3{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}


#img-music3 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(49, 49, 49, 0.7);
}

#div-box3 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #757070 ;
}

#h2-3 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #2c2c2c;
}

#p-3 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-3 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background-color: #998f8f;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 0, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
    
}

.a-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent,  rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(50deg);
    animation: shine 3s infinite;
}

.a-3:hover {

    border: 1px solid rgb(255, 255, 255);
    background-color: #535353;
    transition: 0.7s ease-in-out;
}

.div-music4{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 227%;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-4 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
}

.box-time4{
    position: absolute;       
    border: 1px solid rgb(74, 153, 0);
    background-color: #62be2c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time4{
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 5px;      
}

.p-time4{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}

#img-music4 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box4 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#h2-4 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #082e00;
}

#p-4 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.div-music5 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 279%;
    background-color: #ac1c1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(128, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}
.tarikh-5 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(49, 14, 14);
    text-decoration: underline;

}

#img-music5 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(43, 7, 7, 0.7);
}

#div-box5 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #912323 ;
}

#h2-5 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #350202;
}

#p-5 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.div-music6 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 331%;
    background-color: #9b9090ce;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(56, 55, 55, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-6 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(26, 25, 25);
    text-decoration: underline;
}

#img-music6 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(49, 49, 49, 0.7);
}

#div-box6 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #757070 ;
}

#h2-6 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #2c2c2c;
}

#p-6 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;

}

.div-music7{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 383%;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
    z-index: 999;
}


.tarikh-7 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
    z-index: 999;
}

#img-music7 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box7 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#h2-7 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #082e00;
}

#p-7 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}


.loding {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 100;
}

.icon-loding {
    position: absolute;
    z-index: 101;
    width: 5px;
    height: 5px;
    background-color: #ff5100;
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    
}


.icon-loding::before {

    content: ' ' ;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ff5100;
    border-radius: 50%;
    opacity: 0;
    right: -26px;
    top: -30px;
    animation: Animytion-loding 1s linear 1s infinite normal ;
    
}


.img-loding {

    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 360px;
    left: 50%;
    z-index: 102;
    transform: translate(-50%, -50%);
    animation: rotate 4s linear infinite;
    
}


#samp-loding {
    position: absolute;
    top: 65%;
    left: 52%;
    z-index: 100;
    color:#f8930f;
}

b {
    font-size: 15px;

}

@keyframes Animytion-loding {

    from {
                opacity: 0;
                transform: scale(1);

            }
            
            
    to {
            opacity: 0.5;
            transform: scale(2);
            
    }
    
}

@keyframes rotate {
    
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.jostjoosit {
    max-width: 100%;
    width: 260px;
    height: auto;
    margin-left: 45px;
    background-color: #1e1f20;
    border: 2px solid #000000;
    border-radius: 0px 5px 5px 0px ;
    padding: 12px 15px;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



#icon-submit{
    position: absolute;
    top: 5px;
    left: 139px;
    width: 45px;
    height: 41px;
    border: 1px solid #34ac1c;
    background-color:#1d9b04;
    cursor: pointer;
    
}

#icon-submit:active{
    background-color: #0d6114;
    border: 1px solid #0d6114;

}

#icon-search{
    font-size: 19px;
    color: rgb(212, 211, 211);
    transition: 0.8s ease-in-out;

}

#icon-submit:hover #icon-search {
    color: rgb(255, 255, 255);
    font-size: 20px;
    transition: 0.8s ease-in-out;
}